From: Gerd Moellmann Date: Wed, 4 Apr 2001 14:04:38 +0000 (+0000) Subject: (echoing, echo_message_buffer): Make externally X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40849 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=293199fa615fb4ba6e3ac192b53020b84b98c6cb;p=emacs.git (echoing, echo_message_buffer): Make externally visible. --- diff --git a/src/keyboard.c b/src/keyboard.c index 3b774ea2753..1d984be4fcc 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -202,7 +202,7 @@ int waiting_for_input; /* True while displaying for echoing. Delays C-g throwing. */ -static int echoing; +int echoing; /* Non-null means we can start echoing at the next input pause even though there is something in the echo area. */ @@ -219,7 +219,7 @@ static struct kboard *echo_kboard; /* The buffer used for echoing. Set in echo_now, reset in cancel_echoing. */ -static Lisp_Object echo_message_buffer; +Lisp_Object echo_message_buffer; /* Nonzero means disregard local maps for the menu bar. */ static int inhibit_local_menu_bar_menus;